MacOS: Let EmacsView implement NSTextInputClient
authorGerd Möllmann <gerd@gnu.org>
Tue, 30 Jul 2024 05:47:44 +0000 (07:47 +0200)
committerGerd Möllmann <gerd@gnu.org>
Wed, 31 Jul 2024 03:19:46 +0000 (05:19 +0200)
commitceb5a1522270c41d0c9f5e6b52d61e3173f72f1d
tree56a3413600e4a91bf8f76fd0b85488856678dc6b
parent9f7c1ace9f86e4b657030a6e94c5d6aadc586878
MacOS: Let EmacsView implement NSTextInputClient

* src/nsterm.h (@interface EmacsView): Implement NSTextInputClient protocol.
* src/nsterm.m: Implement required NSTextInputClient methods, forwarding
to existing NSTextInput methods.
src/nsterm.h
src/nsterm.m